home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000371_connolly@pixel.convex.com _Sat Nov 21 03:57:33 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  1KB

  1. Return-Path: <connolly@pixel.convex.com>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA05547; Sat, 21 Nov 92 03:57:33 MET
  4. Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
  5.     id AA21282; Sat, 21 Nov 92 04:10:18 +0100
  6. Received: from pixel.convex.com by convex.convex.com (5.64/1.35)
  7.     id AA25744; Fri, 20 Nov 92 21:10:01 -0600
  8. Received: from localhost by pixel.convex.com (5.64/1.28)
  9.     id AA13411; Fri, 20 Nov 92 21:09:59 -0600
  10. Message-Id: <9211210309.AA13411@pixel.convex.com>
  11. To: marca@ncsa.uiuc.edu (Marc Andreessen)
  12. Cc: www-talk@nxoc01.cern.ch
  13. Subject: Re: Annotation & asynch collaboration 
  14. In-Reply-To: Your message of "Fri, 20 Nov 92 21:00:54 PST."
  15.              <9211210500.AA14826@wintermute.ncsa.uiuc.edu> 
  16. Date: Fri, 20 Nov 92 21:09:59 CST
  17. From: Dan Connolly <connolly@pixel.convex.com>
  18.  
  19.  
  20. >I've patched httpd to allow remote annotations (an enabling mechanism
  21. >for asynchronous collaboration).  My httpd accepts the following
  22. >command:
  23. >
  24. >ANNOTATE /file/to/annotate?/file/of/annotation?Text describing annotation.
  25.  
  26. I'd suggest
  27.  
  28. APPEND /file/to/annotate
  29. <a HREF="file/of/annotation">Text describing annotation</a>
  30. .
  31.  
  32. The server could impose limits on the length of the annotation,
  33. and it should somehow validate the syntax, I suppose.
  34.  
  35. Dan